home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / hotkey / AutoHotkey104504_Install.exe / Extras / Keywords.txt < prev    next >
Text File  |  2006-09-20  |  4KB  |  405 lines

  1. ; Used with CoordMode or PixelXXX commands:
  2. Pixel
  3. Mouse
  4. Screen
  5. Relative
  6. RGB
  7.  
  8.  
  9.  
  10. ; Continuation sections:
  11. LTrim
  12. RTrim
  13. Join
  14.  
  15.  
  16.  
  17. ; Priority of processes
  18. Low
  19. BelowNormal
  20. Normal
  21. AboveNormal
  22. High
  23. Realtime
  24.  
  25.  
  26.  
  27. ; Keywords inside the WinTitle parameter of various commands:
  28. ahk_id
  29. ahk_pid
  30. ahk_class
  31. ahk_group
  32.  
  33.  
  34.  
  35. ; Used with SetFormat and/or "if Var is [not] type" & BETWEEN/IN
  36. Between
  37. Contains
  38. In
  39. Is
  40. Integer
  41. Float
  42. Number
  43. Digit
  44. Xdigit
  45. Alpha
  46. Upper
  47. Lower
  48. Alnum
  49. Time
  50. Date
  51. ; Omitted because it's a key name too: SPACE
  52.  
  53.  
  54.  
  55. ; Expression keywords:
  56. Not
  57. Or
  58. And
  59.  
  60.  
  61.  
  62. ; Used with Drive/DriveGet and/or WinGet/WinSet:
  63. AlwaysOnTop
  64. Topmost
  65. Top
  66. Bottom
  67. Transparent
  68. TransColor
  69. Redraw
  70. Region
  71. ID
  72. IDLast
  73. ProcessName
  74. MinMax
  75. ControlList
  76. Count
  77. List
  78. Capacity
  79. StatusCD
  80. Eject
  81. Lock
  82. Unlock
  83. Label
  84. FileSystem
  85. Label
  86. SetLabel
  87. Serial
  88. Type
  89. Status
  90.  
  91.  
  92.  
  93. ; For functions:
  94. static
  95. global
  96. local
  97. ByRef
  98.  
  99.  
  100.  
  101. ; Time units for use with addition and subtraction:
  102. Seconds
  103. Minutes
  104. Hours
  105. Days
  106.  
  107.  
  108.  
  109. ; For use with the Loop command:
  110. Read
  111. Parse
  112.  
  113.  
  114.  
  115. ; A_ExitReason
  116. Logoff
  117. Close
  118. Error
  119. Single
  120. ; The following are Commented out because they are already a keywords due to being a commands:
  121. ;Shutdown
  122. ;Menu
  123. ;Exit
  124. ;Reload
  125.  
  126.  
  127.  
  128. ; Keywords used with the "menu" command:
  129. Tray
  130. Add
  131. Rename
  132. Check
  133. UnCheck
  134. ToggleCheck
  135. Enable
  136. Disable
  137. ToggleEnable
  138. Default
  139. NoDefault
  140. Standard
  141. NoStandard
  142. Color
  143. Delete
  144. DeleteAll
  145. Icon
  146. NoIcon
  147. Tip
  148. Click
  149. Show
  150. MainWindow
  151. NoMainWindow
  152. UseErrorLevel
  153.  
  154.  
  155.  
  156. ; Gui control types (note that Edit, Progress and Hotkey aren't included since they are already command keywords):
  157. Text
  158. Picture
  159. Pic
  160. GroupBox
  161. Button
  162. Checkbox
  163. Radio
  164. DropDownList
  165. DDL
  166. ComboBox
  167. ListBox
  168. ListView
  169. DateTime
  170. MonthCal
  171. Slider
  172. StatusBar
  173. Tab
  174. TreeView
  175. UpDown
  176.  
  177. ; ListView:
  178. IconSmall
  179. Tile
  180. Report
  181. SortDesc
  182. NoSort
  183. NoSortHdr
  184. Grid
  185. Hdr
  186. AutoSize
  187. Range
  188.  
  189. ; General GUI keywords:
  190. xm
  191. ym
  192. ys
  193. xs
  194. xp
  195. yp
  196.  
  197. Font
  198. Resize
  199. Owner
  200. Submit
  201. NoHide
  202. Minimize
  203. Maximize
  204. Restore
  205. NoActivate
  206. NA
  207. Cancel
  208. Destroy
  209. Center
  210.  
  211. Margin
  212. MaxSize
  213. MinSize
  214. OwnDialogs
  215. GuiEscape
  216. GuiClose
  217. GuiSize
  218. GuiContextMenu
  219. GuiDropFiles
  220.  
  221. TabStop
  222. Section
  223. AltSubmit
  224. Wrap
  225. HScroll
  226. VScroll
  227. Border
  228. Top
  229. Bottom
  230. Buttons
  231. Expand
  232. First
  233. ImageList
  234. Lines
  235. WantCtrlA
  236. WantF2
  237. Vis
  238. VisFirst
  239. Number
  240. Uppercase
  241. Lowercase
  242. Limit
  243. Password
  244. Multi
  245. WantReturn
  246. Group
  247. Background
  248. bold
  249. italic
  250. strike
  251. underline
  252. norm
  253. BackgroundTrans
  254. Theme
  255. Caption
  256. Delimiter
  257. MinimizeBox
  258. MaximizeBox
  259. SysMenu
  260. ToolWindow
  261. Flash
  262. Style
  263. ExStyle
  264. Check3
  265. Checked
  266. CheckedGray
  267. ReadOnly
  268. Password
  269. Hidden
  270. Left
  271. Right
  272. Center
  273. NoTab
  274. Section
  275. Move
  276. Focus
  277. Hide
  278. Choose
  279. ChooseString
  280. Text
  281. Pos
  282. Enabled
  283. Disabled
  284. Visible
  285. LastFound
  286. LastFoundExist
  287. ; Already included with menu:
  288. ;Show
  289. ;Menu
  290. ;Color
  291. ;Edit
  292. ;Default
  293. ;Enable
  294. ;Disable
  295. ;Default
  296.  
  297.  
  298.  
  299. ; Keywords used with the Hotkey command:
  300. AltTab
  301. ShiftAltTab
  302. AltTabMenu
  303. AltTabAndMenu
  304. AltTabMenuDismiss
  305.  
  306.  
  307.  
  308. ; Keywords used with the Thread/Process commands
  309. NoTimers
  310. Interrupt
  311. Priority
  312. WaitClose
  313. Wait
  314. Exist
  315. Close
  316.  
  317.  
  318.  
  319. ; Keywords for Send (these key names are also listed in Keys.txt, but without braces):
  320. {Blind}
  321. {Click}
  322. {Raw}
  323. {AltDown}
  324. {AltUp}
  325. {ShiftDown}
  326. {ShiftUp}
  327. {CtrlDown}
  328. {CtrlUp}
  329. {LWinDown}
  330. {LWinUp}
  331. {RWinDown}
  332. {RWinUp}
  333.  
  334.  
  335.  
  336. ; Keywords used with the Transform command:
  337. Unicode
  338. Asc
  339. Chr
  340. Deref
  341. Mod
  342. Pow
  343. Exp
  344. Sqrt
  345. Log
  346. Ln
  347. Round
  348. Ceil
  349. Floor
  350. Abs
  351. Sin
  352. Cos
  353. Tan
  354. ASin
  355. ACos
  356. ATan
  357. BitNot
  358. BitAnd
  359. BitOr
  360. BitXOr
  361. BitShiftLeft
  362. BitShiftRight
  363.  
  364.  
  365.  
  366. ; Keywords used with "IfMsgBox" ("continue" is not present here because it's a command too):
  367. Yes
  368. No
  369. Ok
  370. Cancel
  371. Abort
  372. Retry
  373. Ignore
  374. TryAgain
  375.  
  376.  
  377.  
  378. ; Misc. eywords used with various commands:
  379. On
  380. Off
  381. All
  382.  
  383.  
  384.  
  385. ; Registry root keys:
  386. HKEY_LOCAL_MACHINE
  387. HKEY_USERS
  388. HKEY_CURRENT_USER
  389. HKEY_CLASSES_ROOT
  390. HKEY_CURRENT_CONFIG
  391. HKLM
  392. HKU
  393. HKCU
  394. HKCR
  395. HKCC
  396.  
  397.  
  398.  
  399. ; Registry value types:
  400. REG_SZ
  401. REG_EXPAND_SZ
  402. REG_MULTI_SZ
  403. REG_DWORD
  404. REG_BINARY
  405.